home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 41
/
Volume 41 - JOGO DISK .iso
/
Games
/
scribble.swf
/
scripts
/
DefineButton2_59
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2007-02-20
|
487b
|
23 lines
on(release){
stopAllSounds();
Mouse.hide();
_root.num = 0;
_root.counter = 0;
t = 0;
while(t < _root.l)
{
_root["bs" + t].removeMovieClip();
trace(_root["bs" + t]._x);
t++;
}
_root.l = 0;
_root.m = 0;
_root.cstatus = 1;
_root.star.startDrag(true);
bgSound = new Sound();
bgSound.attachSound("e1");
bgSound.start(0,99);
tt = _root.attachMovie("avoid","avoid",_root.k++);
this.removeMovieClip();
}